rendernodeparser: Remove leftover debug prints
authorBenjamin Otte <otte@redhat.com>
Wed, 14 Jul 2021 18:19:40 +0000 (20:19 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 14 Jul 2021 18:19:40 +0000 (20:19 +0200)
gsk/gskrendernodeparser.c

index af25763fec5c6de38505fa0b5cf157baec0bcee7..9aa091001fba9c733ca9ba646adc86d7ec8cdb0c 100644 (file)
@@ -2352,18 +2352,6 @@ gsk_text_node_serialize_glyphs (GskRenderNode *node,
                     }
                   break;
                 }
-              else if (glyphs[i].glyph == ascii->glyphs[j].glyph)
-                {
-                  if (glyphs[i].geometry.width != ascii->glyphs[j].geometry.width)
-                    g_print ("not ascii because of width (%d != %d)\n",
-                             glyphs[i].geometry.width,
-                             ascii->glyphs[j].geometry.width);
-                  if (glyphs[i].geometry.x_offset != 0 ||
-                      glyphs[i].geometry.y_offset != 0)
-                    g_print ("not ascii because of offset\n");
-                  if (!glyphs[i].attr.is_cluster_start)
-                    g_print ("not ascii because of cluster\n");
-                }
             }
           if (j != ascii->num_glyphs)
             continue;